home *** CD-ROM | disk | FTP | other *** search
- on sel3
- global sel, t1, drums
- set sel to 3
- if drums = 0 then
- puppetSound(1, 0)
- puppetSound(1, 111)
- set drums to 1
- end if
- if t1 = 2 then
- puppetSound(4, 0)
- puppetSound(4, 130)
- puppetSound(3, 0)
- puppetSound(3, 126)
- set t1 to 3
- else
- puppetSound(4, 0)
- puppetSound(3, 0)
- puppetSound(3, 132)
- set t1 to 2
- end if
- end
-